home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gtksourceview-2.0 / styles / cobalt.xml < prev    next >
Extensible Markup Language  |  2009-10-02  |  7KB  |  135 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.com>
  5.  
  6.  This library is free software; you can redistribute it and/or
  7.  modify it under the terms of the GNU Library General Public
  8.  License as published by the Free Software Foundation; either
  9.  version 2 of the License, or (at your option) any later version.
  10.  
  11.  This library is distributed in the hope that it will be useful,
  12.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  Library General Public License for more details.
  15.  
  16.  You should have received a copy of the GNU Library General Public
  17.  License along with this library; if not, write to the
  18.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19.  Boston, MA 02111-1307, USA.
  20.  
  21.  
  22.  Theme based on the style of the same name from pastie.caboo.se
  23. -->
  24.  
  25. <style-scheme id="cobalt" _name="Cobalt" version="1.0">
  26.   <author>Will Farrington</author>
  27.   <_description>Blue based color scheme</_description>
  28.  
  29.   <!-- Colors -->
  30.   <color name="faded_yellow"                value="#ffee80"/>
  31.   <color name="bright_orange"               value="#ff9d00"/>
  32.   <color name="faded_orange"                value="#ffb054"/>
  33.   <color name="nail_polish_pink"            value="#ff0044"/>
  34.   <color name="neon_pink"                   value="#ffdd00"/>
  35.   <color name="sky_blue"                    value="#0088ff"/>
  36.   <color name="teal_blue"                   value="#80ffbb"/>
  37.   <color name="light_blue"                  value="#0065bf"/>
  38.   <color name="medium_blue"                 value="#003b70"/>
  39.   <color name="dark_blue"                   value="#001b33"/>
  40.   <color name="black_blue"                  value="#000d1a"/>
  41.   <color name="white"                       value="#ffffff"/>
  42.   <color name="pale_grey"                   value="#eeeeee"/>
  43.   <color name="steel_grey"                  value="#333333"/>
  44.   <color name="spring_green"                value="#3ad900"/>
  45.   <color name="sea_green"                   value="#00BF8C"/>
  46.   <color name="light_grey"                  value="#cccccc"/>
  47.   <color name="dark_maroon"                 value="#002f29"/>
  48.   <color name="bluish_grey"                 value="#777777"/>
  49.   <color name="steelblue3"                  value="#4f94cd"/>
  50.  
  51.   <!-- Global Settings -->
  52.  
  53.   <style name="text"                        foreground="white" background="dark_blue"/>
  54.   <style name="selection"                   foreground="white" background="sky_blue"/>
  55.   <style name="cursor"                      foreground="white"/>
  56.   <style name="current-line"                background="medium_blue"/>
  57.   <style name="line-numbers"                foreground="light_blue" background="black_blue"/>
  58.   <style name="draw-spaces"                 foreground="bluish_grey"/>
  59.   
  60.   <!-- Bracket Matching -->
  61.   <style name="bracket-match"               background="steelblue3"/>
  62.   <style name="bracket-mismatch"            background="dark_maroon" bold="true"/>
  63.   
  64.   <!-- Search Matching -->
  65.   <style name="search-match"                foreground="white" background="sea_green"/>
  66.  
  67.   <!-- Bookmarks FIXME -->
  68.   <style name="bookmark"                    background="white"/>
  69.  
  70.   <!-- Comments -->
  71.   <style name="def:comment"                 foreground="sky_blue" italic="true"/>
  72.   <style name="def:shebang"                 foreground="sky_blue" italic="true"/>
  73.   <style name="def:doc-comment-element"     bold="true"/>
  74.  
  75.   <!-- Constants and Variables-->
  76.   <style name="def:constant"                foreground="faded_yellow"/>
  77.   <style name="def:string"                  foreground="spring_green"/>
  78.   <style name="def:special-char"            foreground="light_grey"/>
  79.   <style name="def:special-constant"        foreground="nail_polish_pink" bold="true"/>
  80.   <style name="def:number"                  foreground="nail_polish_pink"/>
  81.   <style name="def:floating-point"          foreground="nail_polish_pink"/>
  82.   <style name="def:keyword"                 foreground="bright_orange" bold="true"/>
  83.   <style name="def:builtin"                 foreground="bright_orange" bold="true"/>
  84.   <style name="def:variable"                foreground="light_grey"/>
  85.   
  86.   <!-- Identifiers -->
  87.   <style name="def:identifier"              foreground="light_grey"/>
  88.   <style name="def:function"                use-style="def:identifier"/>
  89.  
  90.   <!-- Statements -->
  91.   <style name="def:statement"               foreground="bright_orange"/>
  92.  
  93.   <!-- Types -->
  94.   <style name="def:type"                    foreground="teal_blue"/>
  95.   
  96.   <!-- Others -->
  97.   <style name="def:error"                   foreground="white" background="dark_maroon" bold="true"/>
  98.   <style name="def:note"                    foreground="neon_pink" bold="true"/>
  99.   <style name="def:net-address-in-comment"  foreground="teal_blue" italic="false" underline="true"/>
  100.   <style name="def:preprocessor"            foreground="light_grey"/>
  101.     
  102.   <!-- Unknown? -->
  103.   <style name="def:specials"                foreground="white" background="neon_pink"/>
  104.   <style name="def:boolean"                 foreground="nail_polish_pink"/>
  105.  
  106.   <!-- C Styles -->
  107.   <style name="c:preprocessor"              foreground="teal_blue" bold="true"/>
  108.   <style name="c:included-file"             foreground="spring_green"/>
  109.   <style name="c:common-defines"            foreground="sky_blue" bold="true"/>
  110.  
  111.   <!-- Diff Styles -->
  112.   <style name="diff:ignore"                 foreground="bluish_grey"/>
  113.   <style name="diff:added-line"             foreground="faded_yellow"/>
  114.   <style name="diff:removed-line"           foreground="spring_green"/>
  115.   <style name="diff:changed-line"           foreground="bright_orange"/>
  116.   <style name="diff:diff-file"              foreground="sky_blue" bold="true"/>
  117.   <style name="diff:location"               foreground="sky_blue"/>
  118.   <style name="diff:special-case"           foreground="nail_polish_pink" bold="true"/>
  119.  
  120.   <!-- Ruby Styles -->
  121.   <style name="ruby:module-handler"         foreground="teal_blue"/>
  122.   <style name="ruby:symbol"                 foreground="nail_polish_pink"/>
  123.   <style name="ruby:regex"                  foreground="teal_blue"/>
  124.  
  125.   <!-- SH Styles -->
  126.   <style name="sh:function"                 foreground="neon_pink"/>
  127.   
  128.   <!-- XML Styles -->
  129.   <style name="xml:attribute-name"          foreground="light_grey"/>
  130.   <style name="xml:element-name"            foreground="teal_blue"/>
  131.   <style name="xml:entity"                  foreground="#blue"/>
  132.   <style name="xml:processing-instruction"  bold="true"/>
  133.  
  134. </style-scheme>
  135.